187. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2021-05-13 09:09:01 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

187.1 Files compared

#LocationFileLast Modified
1/Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/layoutdefault.xml2015-11-16 21:45:52 +0000
2/Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Catalog/layoutdefault.xml2015-11-16 21:45:52 +0000

187.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1130
Changed00
Inserted00
Removed00

187.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

187.4 Active regular expressions

No regular expressions were active.

187.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Copyright © 2015 Magento. All rights reserved. 6  * Copyright © 2015 Magento. All rights reserved.
7  * See COPYING.txt for license details. 7  * See COPYING.txt for license details.
8  */ 8  */
9 --> 9 -->
10 <page  10 <page 
11  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  11  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
12  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" 12  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
13 > 13 >
14       14      
15  <body> 15  <body>
16            16           
17   <referenceContainer  17   <referenceContainer 
18    name="header.links" 18    name="header.links"
19   > 19   >
20                 20                
21    <block  21    <block 
22     class="Magento\Framework\View\Element\Template"  22     class="Magento\Framework\View\Element\Template" 
23     name="catalog.compare.link"  23     name="catalog.compare.link" 
24     before="top.links"  24     before="top.links" 
25     template="Magento_Catalog::product/compare/link.phtml" 25     template="Magento_Catalog::product/compare/link.phtml"
26    > 26    >
27                      27                     
28     <arguments> 28     <arguments>
29                           29                          
30      <argument  30      <argument 
31       name="jsLayout"  31       name="jsLayout" 
32       xsi:type="array" 32       xsi:type="array"
33      > 33      >
34                                34                               
35       <item  35       <item 
36        name="components"  36        name="components" 
37        xsi:type="array" 37        xsi:type="array"
38       > 38       >
39                                     39                                    
40        <item  40        <item 
41         name="compareProducts"  41         name="compareProducts" 
42         xsi:type="array" 42         xsi:type="array"
43        > 43        >
44                                          44                                         
45         <item  45         <item 
46          name="component"  46          name="component" 
47          xsi:type="string" 47          xsi:type="string"
48         > 48         >
49          Magento_Catalog/js/view/compare-products 49          Magento_Catalog/js/view/compare-products
50         </item> 50         </item>
51                                      51                                     
52        </item> 52        </item>
53                                 53                                
54       </item> 54       </item>
55                            55                           
56      </argument> 56      </argument>
57                       57                      
58     </arguments> 58     </arguments>
59                  59                 
60    </block> 60    </block>
61             61            
62   </referenceContainer> 62   </referenceContainer>
63        63       
64  </body> 64  </body>
65 </page> 65 </page>